home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Python 1.4
/
stdwin
/
H
/
endian.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-12-21
|
139 b
|
7 lines
|
[
TEXT/CWIE
]
/* Definitions for byte order. */
#define LIL_ENDIAN 1234 /* VAX style */
#define BIG_ENDIAN 4321 /* 68000 style */
extern int endian;